LoadCodepoints

Load all codepoints from a UTF-8 text string, codepoints count returned by parameter

extern (C) @nogc nothrow
int*
LoadCodepoints
(
const(char*) text
,
int* count
)

Meta